home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / features / nikie.dir / 00036.ls < prev    next >
Encoding:
Text File  |  1997-01-12  |  227 b   |  14 lines

  1. on exitFrame
  2.   if rollOver(2) then
  3.     set x to random(2)
  4.     if x = 1 then
  5.       puppetSound("MOAN1.AIF")
  6.     else
  7.       puppetSound("Moan2.AIF")
  8.     end if
  9.     updateStage()
  10.     go(the frame - 2)
  11.   end if
  12.   go(the frame)
  13. end
  14.